Home
last modified time | relevance | path

Searched defs:is_image (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_cubemaps.c356 lower_cube_coords(nir_builder *b, nir_def *coord, bool is_array, bool is_image) in lower_cube_coords()
473 make_2darray_from_cubemap_with_array(const struct glsl_type *type, bool is_image) in make_2darray_from_cubemap_with_array()
549 bool is_image = glsl_type_is_image(glsl_without_array(var->type)); in dxil_nir_lower_int_cubemaps() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DDescriptor.h34 bool is_image; member
/aosp_15_r20/external/executorch/backends/vulkan/runtime/vk_api/
H A DDescriptor.h64 bool is_image; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c450 bool is_image = strstr(intr_name, "image") == intr_name; in scan_instruction() local
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dpipeline.cc308 bool is_image = false; in AddBufferDescriptor() local
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py488 def is_image(self): member in gl_parameter
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_kernel_arg_info.cpp137 const bool is_image = strstr(kernel_arg.arg_type, "image") in generate_argument() local
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2509 bool UseSwap(bool is_image, const std::vector<const DexFile*>& dex_files) { in UseSwap()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir.c2679 bool is_image = glsl_type_is_image(type) || glsl_type_is_sampler(type); in nir_chase_binding() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c2324 zero_bindless_descriptor(struct zink_context *ctx, uint32_t handle, bool is_buffer, bool is_image) in zero_bindless_descriptor()