Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c382 lower_cube_coords(nir_builder *b, nir_ssa_def *coord, bool is_array, bool is_image) in lower_cube_coords()
499 make_2darray_from_cubemap_with_array(const struct glsl_type *type, bool is_image) in make_2darray_from_cubemap_with_array()
575 bool is_image = glsl_type_is_image(glsl_without_array(var->type)); in dxil_nir_lower_int_cubemaps() local
/third_party/ffmpeg/libavformat/
Dfitsdec.c79 static int64_t is_image(AVFormatContext *s, FITSContext *fits, FITSHeader *header, in is_image() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c428 bool is_image = strstr(intr_name, "image") == intr_name; in scan_instruction() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.cc306 bool is_image = false; in AddBufferDescriptor() local
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py487 def is_image(self): member in gl_parameter
/third_party/mesa3d/src/compiler/
Dglsl_types.h986 bool is_image() const in is_image() function
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1359 bool is_image = image_direct_address != ~0; in emit_atomic() local
/third_party/mesa3d/src/compiler/nir/
Dnir.c2810 bool is_image = glsl_type_is_image(type) || glsl_type_is_sampler(type); in nir_chase_binding() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c1895 zero_bindless_descriptor(struct zink_context *ctx, uint32_t handle, bool is_buffer, bool is_image) in zero_bindless_descriptor()