Home
last modified time | relevance | path

Searched refs:is_image (Results 1 - 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_send.py60 if param.is_image():
104 if p.is_image():
538 if not param.is_image():
612 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
693 if p.is_image():
712 if output.is_image():
784 if p.is_image():
853 if param.is_image():
H A DglX_proto_common.py57 if param.is_image():
H A Dgl_XML.py487 def is_image(self): member in gl_parameter
552 if self.is_image():
593 elif self.is_image():
751 if param.is_image():
H A DglX_proto_recv.py230 if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list or len(param.count_parameter_list):
269 if param.is_image():
H A DglX_XML.py352 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.cc306 bool is_image = false; in AddBufferDescriptor() local
311 is_image = true; in AddBufferDescriptor()
314 is_image = true; in AddBufferDescriptor()
317 is_image = true; in AddBufferDescriptor()
331 if (is_image) { in AddBufferDescriptor()
/third_party/mesa3d/src/microsoft/compiler/
H A 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() argument
385 coords.image = 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() argument
503 return new_type != type ? glsl_array_type(make_2darray_from_cubemap_with_array(glsl_without_array(type), is_image), in make_2darray_from_cubemap_with_array()
505 } else if (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
576 var->type = make_2darray_from_cubemap_with_array(var->type, is_image); in dxil_nir_lower_int_cubemaps()
/third_party/ffmpeg/libavformat/
H A Dfitsdec.c79 static int64_t is_image(AVFormatContext *s, FITSContext *fits, FITSHeader *header, in is_image() function
160 while ((ret = is_image(s, fits, &header, &avbuf, &size)) == 0) { in fits_read_packet()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_uniform_type_table.py104 type_info_data_template = """{{{type}, {component_type}, {texture_type}, {transposed_type}, {bool_type}, {sampler_format}, {rows}, {columns}, {components}, {component_size}, {internal_size}, {external_size}, {is_sampler}, {is_matrix}, {is_image} }}"""
243 is_image=get_is_image(uniform_type))
/third_party/mesa3d/src/mesa/main/
H A Duniform_query.cpp354 if ((uni->type->is_sampler() || uni->type->is_image()) && in _mesa_get_uniform()
401 (uni->type->is_sampler() || uni->type->is_image())) || in _mesa_get_uniform()
1040 } else if (storage->type->without_array()->is_image()) { in associate_uniform_storage()
1240 if (uni->type->is_image()) { in validate_uniform()
1293 (uni->type->is_sampler() || uni->type->is_image());
1590 if (uni->type->is_image()) {
2135 if (uni->type->is_image()) {
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c428 bool is_image = strstr(intr_name, "image") == intr_name; in scan_instruction() local
454 if (is_image || in scan_instruction()
472 if (is_image && nir_deref_instr_has_indirect(nir_src_as_deref(intr->src[0]))) in scan_instruction()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_array_index.cpp342 if (state->es_shader && array->type->without_array()->is_image()) { in _mesa_ast_array_index_to_hir()
H A Dopt_tree_grafting.cpp382 if (lhs_var->type->is_sampler() || lhs_var->type->is_image()) in tree_grafting_basic_block()
H A Dopt_structure_splitting.cpp343 if (type->fields.structure[i].type->without_array()->is_image()) { in do_structure_splitting()
H A Dast_function.cpp355 if (formal->type->is_image() && in verify_parameter_modes()
2100 (state->has_bindless() && (type->is_sampler() || type->is_image())); in is_valid_constructor()
2331 if (ir->type->is_sampler() || ir->type->is_image()) { in hir()
2342 constructor_type->is_image()) { in hir()
H A Dir_validate.cpp560 assert(ir->type->is_image()); in visit_leave()
599 assert(ir->operands[0]->type->is_image()); in visit_leave()
H A Dast_to_hir.cpp1903 if (!(state->has_bindless() && (type->is_image() || type->is_sampler()))) { in do_hir()
3035 base_type->is_image()) { in apply_explicit_binding()
3495 if (!type->is_image() && !qual->flags.q.buffer) { in validate_memory_qualifier_for_type()
3521 if (!type->is_image() && qual->flags.q.explicit_image_format) { in validate_image_format_qualifier_for_type()
3541 if (!base_type->is_image()) in apply_image_qualifier_to_variable()
5055 this->type->specifier->type->is_image() && in hir()
7790 field_type->without_array()->is_image()) { in ast_process_struct_or_iface_block_members()
7814 if (field_type->without_array()->is_image()) { in ast_process_struct_or_iface_block_members()
H A Dlower_precision.cpp435 assert(resource->type->without_array()->is_image()); in handle_call()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp75 if (type == glsl_type::sampler_type || type->is_image()) { in clover_arg_size_align()
433 var->type->is_image());
/third_party/mesa3d/src/compiler/
H A Dglsl_types.h986 bool is_image() const in is_image() function
H A Dglsl_types.cpp336 assert(t->is_sampler() || t->is_image()); in sampler_index()
373 return this->is_image(); in contains_image()
2720 if (this->is_image() || this->is_sampler()) { in get_explicit_type_for_size_align()
3023 !(is_image() && sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE)) in coordinate_components()
H A Dnir_types.cpp389 return type->is_image(); in glsl_type_is_image()
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c1359 bool is_image = image_direct_address != ~0; in emit_atomic() local
1362 unsigned val_src = is_image ? 3 : 1; in emit_atomic()
1379 unsigned xchg_val_src = is_image ? 4 : 2; in emit_atomic()
1395 ins.src[1] = is_image ? image_direct_address : in emit_atomic()
1399 } else if (is_image) { in emit_atomic()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c1895 zero_bindless_descriptor(struct zink_context *ctx, uint32_t handle, bool is_buffer, bool is_image) in zero_bindless_descriptor() argument
1899 VkBufferView *bv = &ctx->di.bindless[is_image].buffer_infos[handle]; in zero_bindless_descriptor()
1902 VkDescriptorImageInfo *ii = &ctx->di.bindless[is_image].img_infos[handle]; in zero_bindless_descriptor()
1907 VkBufferView *bv = &ctx->di.bindless[is_image].buffer_infos[handle]; in zero_bindless_descriptor()
1911 struct zink_surface *null_surface = zink_csurface(ctx->dummy_surface[is_image]); in zero_bindless_descriptor()
1912 VkDescriptorImageInfo *ii = &ctx->di.bindless[is_image].img_infos[handle]; in zero_bindless_descriptor()
/third_party/mesa3d/src/compiler/nir/
H A Dnir.c2810 bool is_image = glsl_type_is_image(type) || glsl_type_is_sampler(type); in nir_chase_binding() local
2820 } else if (deref->deref_type == nir_deref_type_array && is_image) { in nir_chase_binding()

Completed in 57 milliseconds

12