Searched refs:vs_out_layer (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 98 boolean vs_out_layer; member in struct:r600_shader
|
| H A D | r600_state.c | 2643 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer) |
|
| H A D | evergreen_state.c | 3644 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer);
|
| H A D | r600_shader.c | 1050 ctx->shader->vs_out_layer = 1; 2672 ctx.shader->vs_out_layer = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_shader.h | 99 boolean vs_out_layer; member in struct:r600_shader
|
| H A D | r600_dump.c | 114 PRINT_UINT_MEMBER(vs_out_layer);
|
| H A D | r600_state.c | 2647 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer) |
|
| H A D | evergreen_state.c | 3657 S_02881C_USE_VTX_RENDER_TARGET_INDX(rshader->vs_out_layer);
|
| H A D | r600_shader.c | 1138 ctx->shader->vs_out_layer = 1; 2760 ctx.shader->vs_out_layer = 1;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 62 nir_variable *vs_out_layer = local in function:build_color_shaders 64 vs_out_layer->data.location = VARYING_SLOT_LAYER; 65 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; 70 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); 502 nir_variable *vs_out_layer = local in function:build_depthstencil_shader 504 vs_out_layer->data.location = VARYING_SLOT_LAYER; 505 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; 510 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_clear.c | 79 nir_variable *vs_out_layer = local in function:build_color_shaders 82 vs_out_layer->data.location = VARYING_SLOT_LAYER; 83 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; 88 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1); 501 nir_variable *vs_out_layer = local in function:build_depthstencil_shader 504 vs_out_layer->data.location = VARYING_SLOT_LAYER; 505 vs_out_layer->data.interpolation = INTERP_MODE_FLAT; 510 nir_store_var(&vs_b, vs_out_layer, layer_id, 0x1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_vertexstageexport.cpp | 138 m_proc.sh_info().vs_out_layer = 1;
|
Completed in 72 milliseconds