Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_send.py61 if param.is_image():
105 if p.is_image():
542 if not param.is_image():
616 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
697 if p.is_image():
716 if output.is_image():
788 if p.is_image():
857 if param.is_image():
Dgl_XML.py486 def is_image(self): member in gl_parameter
551 if self.is_image():
583 elif self.is_image():
736 if param.is_image():
DglX_proto_common.py59 if param.is_image():
DglX_proto_recv.py231 …if param.is_counter or param.is_image() or param.is_output or param.name in f.count_parameter_list…
270 if param.is_image():
DglX_XML.py353 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir_uniforms.cpp98 if (storage->type->is_image()) { in brw_nir_setup_glsl_uniform()
/external/mesa3d/src/compiler/
Dnir_types.cpp208 return type->is_image(); in glsl_type_is_image()
Dglsl_types.h556 bool is_image() const in is_image() function
Dglsl_types.cpp340 return this->is_image(); in contains_image()
/external/mesa3d/src/compiler/glsl/
Dast_array_index.cpp336 if (state->es_shader && array->type->without_array()->is_image()) { in _mesa_ast_array_index_to_hir()
Dlink_uniform_initializers.cpp280 type->without_array()->is_image()) { in link_set_uniform_initializers()
Dlink_uniforms.cpp598 if (base_type->is_image()) { in handle_images()
Dast_function.cpp304 if (formal->type->is_image() && in verify_parameter_modes()
Dast_to_hir.cpp2874 base_type->is_image()) { in apply_explicit_binding()
3260 if (base_type->is_image()) { in apply_image_qualifier_to_variable()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp801 if (uni->type->is_image()) { in _mesa_uniform()
892 if (uni->type->is_image()) { in _mesa_uniform()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3620 … VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, in ValidateInsertMemoryRange() argument
3625 range.image = is_image; in ValidateInsertMemoryRange()
3646 …UNIQUE_VALIDATION_ERROR_CODE error_code = is_image ? VALIDATION_ERROR_1740082c : VALIDATION_ERROR_… in ValidateInsertMemoryRange()
3666 VkMemoryRequirements memRequirements, bool is_image, bool is_linear) { in InsertMemoryRange() argument
3669 range.image = is_image; in InsertMemoryRange()
3694 if (is_image) in InsertMemoryRange()
3723 static void RemoveMemoryRange(uint64_t handle, DEVICE_MEM_INFO *mem_info, bool is_image) { in RemoveMemoryRange() argument
3730 if (is_image) { in RemoveMemoryRange()