HomeSort by relevance Sort by last modified time
    Searched refs:depth_bounds (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/intel/vulkan/
anv_cmd_buffer.c 58 .depth_bounds = {
103 dest->depth_bounds = src->depth_bounds;
453 cmd_buffer->state.gfx.dynamic.depth_bounds.min = minDepthBounds;
454 cmd_buffer->state.gfx.dynamic.depth_bounds.max = maxDepthBounds;
    [all...]
anv_pipeline.c     [all...]
anv_private.h 1608 } depth_bounds; member in struct:anv_dynamic_state
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 63 .depth_bounds = {
140 if (memcmp(&dest->depth_bounds, &src->depth_bounds,
141 sizeof(src->depth_bounds))) {
142 dest->depth_bounds = src->depth_bounds;
    [all...]
radv_pipeline.c     [all...]
radv_private.h 847 } depth_bounds; member in struct:radv_dynamic_state
    [all...]

Completed in 529 milliseconds