Home
last modified time | relevance | path

Searched refs:depth_test_function (Results 1 – 6 of 6) sorted by relevance

/external/igt-gpu-tools/lib/
Dgen4_render.h574 unsigned int depth_test_function:3; member
/external/mesa3d/src/gallium/drivers/v3d/
Dv3dx_emit.c522 config.depth_test_function = in v3dX()
525 config.depth_test_function = PIPE_FUNC_ALWAYS; in v3dX()
/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v21_pack.h878 enum V3D21_Compare_Function depth_test_function; member
905 __gen_uint(values->depth_test_function, 4, 6) | in V3D21_CONFIGURATION_BITS_pack()
924 values->depth_test_function = __gen_unpack_uint(cl, 20, 22); in V3D21_CONFIGURATION_BITS_unpack()
Dv3d_packet_v33_pack.h2326 enum V3D33_Compare_Function depth_test_function; member
2350 __gen_uint(values->depth_test_function, 4, 6) | in V3D33_CFG_BITS_pack()
2376 values->depth_test_function = __gen_unpack_uint(cl, 20, 22); in V3D33_CFG_BITS_unpack()
/external/igt-gpu-tools/assembler/
Dbrw_structs.h327 unsigned depth_test_function:3; member
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c2352 config.depth_test_function = ds_info->depthCompareOp; in pack_cfg_bits()
2354 config.depth_test_function = VK_COMPARE_OP_ALWAYS; in pack_cfg_bits()