Home
last modified time | relevance | path

Searched defs:get_const_value (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/
Djsimd_mmi.h57 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
Djccolor-mmi.c62 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
/third_party/libjpeg-turbo/simd/mips64/
Djsimd_mmi.h69 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
Djcgray-mmi.c49 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
Djccolor-mmi.c62 #define get_const_value(index) (*(__m64 *)&const_value[index]) macro
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.cpp344 value* shader::get_const_value(const literal &v) { in get_const_value() function in r600_sb::shader
Dsb_ir.h566 literal & get_const_value() { in get_const_value() function