Home
last modified time | relevance | path

Searched defs:coord1 (Results 1 – 9 of 9) sorted by relevance

/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DLut3d.cpp96 int4 coord1 = baseCoord >> (int4)15; in kernel() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_meta_util.c39 fixup_mirroring(bool *mirror, float *coord0, float *coord1) in fixup_mirroring()
/external/mesa3d/src/gallium/drivers/iris/
Diris_blit.c42 apply_mirror(float *coord0, float *coord1) in apply_mirror()
/external/rust/crates/plotters/src/coord/ranged1d/types/
Ddatetime.rs1147 let coord1 = (Utc.ymd(2019, 1, 10)..Utc.ymd(2019, 12, 31)).monthly(); in test_monthly_discrete() localVariable
1163 let coord1 = (Utc.ymd(2000, 1, 10)..Utc.ymd(2019, 12, 31)).yearly(); in test_yearly_discrete() localVariable
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c244 LLVMValueRef coord1; in lp_build_sample_wrap_linear_int() local
Dlp_bld_sample_soa.c335 LLVMValueRef coord0, coord1, weight; in lp_build_sample_wrap_linear() local
1134 LLVMValueRef coord0, coord1, have_edge, have_corner; in lp_build_sample_image_linear() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
Dlocalintermediate.h57 int coord1; // stay agnostic about column/row; this is parse order member
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h57 int coord1; // stay agnostic about column/row; this is parse order member
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4470 Temp coord1 = emit_extract_vector(ctx, src, 0, v1); in emit_interp_instr() local