Home
last modified time | relevance | path

Searched defs:depth (Results 926 - 950 of 1256) sorted by relevance

1...<<31323334353637383940>>...51

/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h98 double depth; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h245 (*depth)(const struct lp_sampler_dynamic_state *state, member
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp970 fill_buffer_location(struct d3d12_context *ctx, struct d3d12_resource *res, struct d3d12_resource *staging_res, struct d3d12_transfer *trans, unsigned depth, unsigned resid, unsigned z) fill_buffer_location() argument
1038 transfer_buf_to_image_part(struct d3d12_context *ctx, struct d3d12_resource *res, struct d3d12_resource *staging_res, struct d3d12_transfer *trans, int z, int depth, int start_z, int dest_z, int resid) transfer_buf_to_image_part() argument
1099 transfer_image_part_to_buf(struct d3d12_context *ctx, struct d3d12_resource *res, struct d3d12_resource *staging_res, struct d3d12_transfer *trans, unsigned resid, int z, int start_layer, int start_box_z, int depth) transfer_image_part_to_buf() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c791 unsigned depth = res->b.b.depth0; in si_set_shader_image_desc() local
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h342 uint8 depth; member
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_emit.c2911 int depth = 0; in brw_find_next_block_end() local
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_graphics_state.h376 } depth; member
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1541 float depth = 0.0f; in trace_context_clear_texture() local
1409 trace_context_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) trace_context_clear() argument
1470 trace_context_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) trace_context_clear_depth_stencil() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_context.c930 rbug_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) rbug_clear() argument
976 rbug_clear_depth_stencil(struct pipe_context *_pipe, struct pipe_surface *_dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) rbug_clear_depth_stencil() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_pipe.c280 noop_clear(struct pipe_context *ctx, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) noop_clear() argument
294 noop_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) noop_clear_depth_stencil() argument
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c1098 zink_is_compute_copy_faster(struct pipe_screen *pscreen, enum pipe_format src_format, enum pipe_format dst_format, unsigned width, unsigned height, unsigned depth, bool cpu) zink_is_compute_copy_faster() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c91 uint32_t width, height, depth; in nvc0_2d_texture_set() local
620 nvc0_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) nvc0_clear_depth_stencil() argument
692 nvc0_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) nvc0_clear() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_cb.c48 int err, depth; in verify_callback() local
/third_party/libcoap/src/
H A Dcoap_openssl.c1921 int depth = X509_STORE_CTX_get_error_depth(ctx); in tls_verify_call_back() local
[all...]
H A Dcoap_mbedtls.c359 cert_verify_callback_mbedtls(void *data, mbedtls_x509_crt *crt, int depth, uint32_t *flags) cert_verify_callback_mbedtls() argument
[all...]
/third_party/python/Python/
H A Dtraceback.c928 Py_ssize_t depth = 0; in tb_printinternal() local
1224 unsigned int depth; in dump_traceback() local
/third_party/openssl/apps/lib/
H A Ds_cb.c48 int err, depth; in verify_callback() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp114 deUint32 depth; member
H A DvktBindingMutableTests.cpp552 const float depth = 5.0f; in makeDefaultAccelerationStructure() local
H A DvktBindingValveMutableTests.cpp473 const float depth = 5.0f; in makeDefaultAccelerationStructure() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp894 const float depth = rr::readVarying<float>(packets[packetNdx], context, 0, fragNdx).z(); shadeFragments() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalDrawAndClearTests.cpp1634 tcu::TestCaseGroup* depth = new tcu::TestCaseGroup(m_testCtx, "depth"); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
H A DvktImagelessFramebufferTests.cpp945 const float depth = srcImage.getPixDepth(x, y); in convertDepthToColor() local
1043 const bool depth = ((aspect & ASPECT_DEPTH) != 0); in readOneSampleFromMultisampleImage() local
1363 const bool depth = ((aspectFlags & ASPECT_DEPTH) != 0); generateReferenceImage() local
1842 const bool depth = ((aspectFlags & ASPECT_DEPTH) != 0); generateReferenceImage() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderBuiltinTests.cpp398 const auto depth = result.getDepth(); in verifyResults() local
455 const auto depth = result.getDepth(); in verifyResults() local
511 const auto depth = result.getDepth(); in verifyResults() local
H A DvktMeshShaderBuiltinTestsEXT.cpp508 const auto depth = result.getDepth(); in verifyResults() local
567 const auto depth = result.getDepth(); in verifyResults() local
632 const auto depth = result.getDepth(); in verifyResults() local

Completed in 67 milliseconds

1...<<31323334353637383940>>...51