Searched refs:is_image (Results 1 – 16 of 16) sorted by relevance
61 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():
59 if param.is_image():
486 def is_image(self): member in gl_parameter551 if self.is_image():583 elif self.is_image():736 if param.is_image():
231 …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():
353 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
98 if (storage->type->is_image()) { in brw_nir_setup_glsl_uniform()
208 return type->is_image(); in glsl_type_is_image()
556 bool is_image() const in is_image() function
340 return this->is_image(); in contains_image()
336 if (state->es_shader && array->type->without_array()->is_image()) { in _mesa_ast_array_index_to_hir()
280 type->without_array()->is_image()) { in link_set_uniform_initializers()
598 if (base_type->is_image()) { in handle_images()
304 if (formal->type->is_image() && in verify_parameter_modes()
2874 base_type->is_image()) { in apply_explicit_binding()3260 if (base_type->is_image()) { in apply_image_qualifier_to_variable()
801 if (uni->type->is_image()) { in _mesa_uniform()892 if (uni->type->is_image()) { in _mesa_uniform()
3620 … VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, in ValidateInsertMemoryRange() argument3625 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() argument3669 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() argument3730 if (is_image) { in RemoveMemoryRange()