Searched defs:is_image (Results 1 – 9 of 9) sorted by relevance
356 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
34 bool is_image; member
64 bool is_image; member
355 bool is_image = strstr(intr_name, "image") == intr_name; in scan_instruction() local
415 bool is_image = false; in AddBufferDescriptor() local
488 def is_image(self): member in gl_parameter
137 const bool is_image = strstr(kernel_arg.arg_type, "image") in generate_argument() local
2772 bool is_image = glsl_type_is_image(type) || glsl_type_is_sampler(type); in nir_chase_binding() local
2324 zero_bindless_descriptor(struct zink_context *ctx, uint32_t handle, bool is_buffer, bool is_image) in zero_bindless_descriptor()