Home
last modified time | relevance | path

Searched defs:is_linear (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c101 LLVMValueRef srcf, part_lin, part_pow, is_linear, lin_const, lin_thresh; in lp_build_srgb_to_linear() local
167 LLVMValueRef lin_thresh, lin, lin_const, is_linear, tmp, pow_final; in lp_build_linear_to_srgb() local
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Darray_util.cc81 bool is_linear = true; in GetNormalIfPlanar() local
/external/mesa3d/src/amd/common/
Dac_surface.h162 unsigned is_linear:1; member
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp4215 bool is_linear, const char *api_name) { in ValidateInsertMemoryRange()
4260 … VkDeviceSize memoryOffset, VkMemoryRequirements memRequirements, bool is_image, bool is_linear) { in InsertMemoryRange()
4294 … VkDeviceSize mem_offset, VkMemoryRequirements mem_reqs, bool is_linear, in ValidateInsertImageMemoryRange()
4299 … VkDeviceSize mem_offset, VkMemoryRequirements mem_reqs, bool is_linear) { in InsertImageMemoryRange()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c466 int is_linear = interpolate == TGSI_INTERPOLATE_LINEAR; in eg_get_interpolator_index() local