Searched refs:processor_type (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.h67 unsigned processor_type; member in struct:r600_shader
H A Dr600_shader.c188 if (shader->shader.processor_type == PIPE_SHADER_VERTEX) {
193 use_sb &= (shader->shader.processor_type != PIPE_SHADER_TESS_CTRL);
194 use_sb &= (shader->shader.processor_type != PIPE_SHADER_TESS_EVAL);
195 use_sb &= (shader->shader.processor_type != PIPE_SHADER_COMPUTE);
245 switch (shader->shader.processor_type) {
3378 shader->processor_type = ctx.type;
3379 ctx.bc->type = shader->processor_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.h68 unsigned processor_type; member in struct:r600_shader
H A Dr600_dump.c48 PRINT_UINT_MEMBER(processor_type);
H A Dr600_shader.c203 shader->shader.processor_type);
245 if (shader->shader.processor_type == PIPE_SHADER_VERTEX) {
250 use_sb &= (shader->shader.processor_type != PIPE_SHADER_TESS_CTRL);
251 use_sb &= (shader->shader.processor_type != PIPE_SHADER_TESS_EVAL);
252 use_sb &= (shader->shader.processor_type != PIPE_SHADER_COMPUTE);
326 switch (shader->shader.processor_type) {
3467 shader->processor_type = ctx.type;
3468 ctx.bc->type = shader->processor_type;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_nir.h86 pipe_shader_type processor_type() const;
H A Dsfn_nir.cpp269 pipe_shader_type ShaderFromNir::processor_type() const function in class:r600::ShaderFromNir
1006 << "pipeshader->shader.processor_type = "
1007 << pipeshader->shader.processor_type << "\n";
1009 pipeshader->shader.bc.type = pipeshader->shader.processor_type;
H A Dsfn_shader_base.cpp81 m_sh_info.processor_type = ptype;
H A Dsfn_ir_to_assembly.cpp119 if (impl->m_shader->processor_type == PIPE_SHADER_VERTEX &&

Completed in 33 milliseconds