Home
last modified time | relevance | path

Searched refs:shader_ir (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir.h68 const std::vector<InstructionBlock> &shader_ir() const;
Dsfn_nir.cpp297 const std::vector<InstructionBlock>& ShaderFromNir::shader_ir() const in shader_ir() function in r600::ShaderFromNir
/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h1052 _mesa_glsl_copy_symbols_from_table(struct exec_list *shader_ir,
Dglsl_parser_extras.cpp1951 _mesa_glsl_copy_symbols_from_table(struct exec_list *shader_ir, in _mesa_glsl_copy_symbols_from_table() argument
1955 foreach_in_list (ir_instruction, ir, shader_ir) { in _mesa_glsl_copy_symbols_from_table()