Home
last modified time | relevance | path

Searched refs:is_image (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py60 if param.is_image():
104 if p.is_image():
541 if not param.is_image():
615 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
696 if p.is_image():
715 if output.is_image():
787 if p.is_image():
856 if param.is_image():
DglX_proto_common.py58 if param.is_image():
Dgl_XML.py485 def is_image(self): member in gl_parameter
550 if self.is_image():
582 elif self.is_image():
741 if param.is_image():
DglX_proto_recv.py230 …if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list…
269 if param.is_image():
DglX_XML.py352 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
/external/mesa3d/src/compiler/glsl/
Dlink_uniform_initializers.cpp161 } else if (storage->type->is_image()) { in set_opaque_binding()
305 type->without_array()->is_image()) { in link_set_uniform_initializers()
Dast_array_index.cpp342 if (state->es_shader && array->type->without_array()->is_image()) { in _mesa_ast_array_index_to_hir()
Dopt_tree_grafting.cpp382 if (lhs_var->type->is_sampler() || lhs_var->type->is_image()) in tree_grafting_basic_block()
Dopt_structure_splitting.cpp346 if (type->fields.structure[i].type->without_array()->is_image()) { in do_structure_splitting()
Dast_function.cpp319 if (formal->type->is_image() && in verify_parameter_modes()
1976 (state->has_bindless() && (type->is_sampler() || type->is_image())); in is_valid_constructor()
2207 if (ir->type->is_sampler() || ir->type->is_image()) { in hir()
2218 constructor_type->is_image()) { in hir()
Dlink_uniforms.cpp585 assert(base_type->is_sampler() || base_type->is_image()); in set_opaque_indices()
688 if (base_type->is_image()) { in handle_images()
Dir_validate.cpp495 assert(ir->type->is_image()); in visit_leave()
534 assert(ir->operands[0]->type->is_image()); in visit_leave()
Dast_to_hir.cpp2922 base_type->is_image()) { in apply_explicit_binding()
3380 if (!type->is_image() && !qual->flags.q.buffer) { in validate_memory_qualifier_for_type()
3406 if (!type->is_image() && qual->flags.q.explicit_image_format) { in validate_image_format_qualifier_for_type()
3426 if (!base_type->is_image()) in apply_image_qualifier_to_variable()
5168 if (check_type->is_image() && state->has_bindless()) in hir()
7418 field_type->without_array()->is_image()) { in ast_process_struct_or_iface_block_members()
7442 if (field_type->without_array()->is_image()) { in ast_process_struct_or_iface_block_members()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp328 if ((uni->type->is_sampler() || uni->type->is_image()) && in _mesa_get_uniform()
361 (uni->type->is_sampler() || uni->type->is_image())) || in _mesa_get_uniform()
989 if (uni->type->is_image()) { in validate_uniform()
1178 if (uni->type->is_image()) { in _mesa_uniform()
1490 if (uni->type->is_image()) { in _mesa_uniform_handle()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp150 if (storage->type->is_image()) { in brw_nir_setup_glsl_uniform()
/external/mesa3d/src/compiler/
Dnir_types.cpp223 return type->is_image(); in glsl_type_is_image()
Dglsl_types.h586 bool is_image() const in is_image() function
Dglsl_types.cpp299 assert(t->is_sampler() || t->is_image()); in sampler_index()
336 return this->is_image(); in contains_image()
2132 !(is_image() && sampler_dimensionality == GLSL_SAMPLER_DIM_CUBE)) in coordinate_components()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_nir.cpp244 if (uniform->type->is_sampler() || uniform->type->is_image()) { in st_nir_assign_uniform_locations()
/external/vulkan-validation-layers/layers/
Dcore_validation.h441 … VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, bool is_linear,
444 VkMemoryRequirements memRequirements, bool is_image, bool is_linear);
Dcore_validation.cpp4214 … VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, in ValidateInsertMemoryRange() argument
4219 range.image = is_image; in ValidateInsertMemoryRange()
4240is_image ? "VUID-vkBindImageMemory-memoryOffset-01046" : "VUID-vkBindBufferMemory-memoryOffset-010… in ValidateInsertMemoryRange()
4260 … VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, bool is_linear) { in InsertMemoryRange() argument
4263 range.image = is_image; in InsertMemoryRange()
4287 if (is_image) in InsertMemoryRange()
4316 static void RemoveMemoryRange(uint64_t handle, DEVICE_MEM_INFO *mem_info, bool is_image) { in RemoveMemoryRange() argument
4323 if (is_image) { in RemoveMemoryRange()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2601 } else if (storage->type->without_array()->is_image()) { in _mesa_associate_uniform_storage()