Searched refs:TGSI_PROPERTY_FS_DEPTH_LAYOUT (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c395 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_ANY;
398 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_GREATER;
401 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_LESS;
404 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_UNCHANGED;
H A Dsi_state_shaders.c2424 switch (sel->info.properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT]) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c472 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_ANY;
475 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_GREATER;
478 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_LESS;
481 info->properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT] = TGSI_FS_DEPTH_LAYOUT_UNCHANGED;
H A Dtgsi_to_nir.c2342 case TGSI_PROPERTY_FS_DEPTH_LAYOUT:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h286 TGSI_PROPERTY_FS_DEPTH_LAYOUT, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h284 TGSI_PROPERTY_FS_DEPTH_LAYOUT, enumerator in enum:tgsi_property_name
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_program.c1043 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
1047 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
1051 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
1055 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c2347 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
2351 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
2355 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
2359 ureg_property(ureg, TGSI_PROPERTY_FS_DEPTH_LAYOUT,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1236 case TGSI_PROPERTY_FS_DEPTH_LAYOUT:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1186 case TGSI_PROPERTY_FS_DEPTH_LAYOUT:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3602 shader->ps_conservative_z = (uint8_t)ctx.info.properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_shader.c3691 shader->ps_conservative_z = (uint8_t)ctx.info.properties[TGSI_PROPERTY_FS_DEPTH_LAYOUT];
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst3396 - radeonsi: stop using TGSI_PROPERTY_FS_DEPTH_LAYOUT

Completed in 73 milliseconds