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

/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_common.py62 if param.is_image():
H A DglX_proto_send.py58 if param.is_image():
102 if p.is_image():
520 if not param.is_image():
594 if p.is_image() and (p.img_format != "GL_COLOR_INDEX" or p.img_type != "GL_BITMAP"):
666 if p.is_image():
685 if output.is_image():
755 if p.is_image():
824 if param.is_image():
H A DglX_proto_recv.py232 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):
278 if param.is_image():
H A Dgl_XML.py486 def is_image(self): member in class:gl_parameter
551 if self.is_image():
583 elif self.is_image():
702 if param.is_image():
H A DglX_XML.py360 if (not p.is_output) and (p.is_variable_length() or p.is_image()):
/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp5642 // is_image indicates an image object, otherwise handle is for a buffer
5645 VkMemoryRequirements memRequirements, bool is_image, bool is_linear) {
5649 range.image = is_image;
5675 if (is_image)
5694 // is_image indicates if handle is for image or buffer
5697 static void RemoveMemoryRange(uint64_t handle, DEVICE_MEM_INFO *mem_info, bool is_image) { argument
5704 if (is_image) {
5644 InsertMemoryRange(layer_data const *dev_data, uint64_t handle, DEVICE_MEM_INFO *mem_info, VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, bool is_linear) argument

Completed in 222 milliseconds