Searched refs:LP_LLVM_IMAGE_MEMBER (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_tex_sample.c | 314 #define LP_LLVM_IMAGE_MEMBER(_name, _index, _emit_load) \ macro 327 LP_LLVM_IMAGE_MEMBER(width, LP_JIT_IMAGE_WIDTH, TRUE) in LP_LLVM_IMAGE_MEMBER() function 328 LP_LLVM_IMAGE_MEMBER(height, LP_JIT_IMAGE_HEIGHT, TRUE) in LP_LLVM_IMAGE_MEMBER() 329 LP_LLVM_IMAGE_MEMBER(depth, LP_JIT_IMAGE_DEPTH, TRUE) in LP_LLVM_IMAGE_MEMBER() 330 LP_LLVM_IMAGE_MEMBER(base_ptr, LP_JIT_IMAGE_BASE, TRUE) in LP_LLVM_IMAGE_MEMBER() 331 LP_LLVM_IMAGE_MEMBER(row_stride, LP_JIT_IMAGE_ROW_STRIDE, TRUE) in LP_LLVM_IMAGE_MEMBER() 332 LP_LLVM_IMAGE_MEMBER(img_stride, LP_JIT_IMAGE_IMG_STRIDE, TRUE) in LP_LLVM_IMAGE_MEMBER() 333 LP_LLVM_IMAGE_MEMBER(num_samples, LP_JIT_IMAGE_NUM_SAMPLES, TRUE) in LP_LLVM_IMAGE_MEMBER() 334 LP_LLVM_IMAGE_MEMBER(sample_stride, LP_JIT_IMAGE_SAMPLE_STRIDE, TRUE) in LP_LLVM_IMAGE_MEMBER()
|