Searched refs:i32_C (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_resources.c | 145 LLVMValueRef i32_C = LLVMConstInt(ctx->ac.i32, C_008F28_COMPRESSION_EN, 0); in force_dcc_off() local 149 tmp = LLVMBuildAnd(ctx->ac.builder, tmp, i32_C, ""); in force_dcc_off() 157 LLVMValueRef i32_C = LLVMConstInt(ctx->ac.i32, C_00A018_WRITE_COMPRESS_ENABLE, 0); in force_write_compress_off() local 161 tmp = LLVMBuildAnd(ctx->ac.builder, tmp, i32_C, ""); in force_write_compress_off()
|
Completed in 1 milliseconds