Searched defs:ir_texture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h1329 * Texture sampling opcodes used in ir_texture
1360 class ir_texture : public ir_rvalue { class in inherits:ir_rvalue
1362 ir_texture(enum ir_texture_opcode op) function in class:ir_texture
1369 virtual ir_texture *clone(void *mem_ctx, struct hash_table *) const;
/external/mesa3d/src/glsl/
H A Dir.h1329 * Texture sampling opcodes used in ir_texture
1360 class ir_texture : public ir_rvalue { class in inherits:ir_rvalue
1362 ir_texture(enum ir_texture_opcode op) function in class:ir_texture
1369 virtual ir_texture *clone(void *mem_ctx, struct hash_table *) const;

Completed in 644 milliseconds