Searched refs:cbuf_format (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.h | 60 enum pipe_format cbuf_format,
|
| H A D | lp_state_fs.h | 82 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS]; member in struct:lp_fragment_shader_variant_key
|
| H A D | lp_bld_blend_aos.c | 292 * @param cbuf_format format of the colour buffer 310 enum pipe_format cbuf_format, 332 desc = util_format_description(cbuf_format); 308 lp_build_blend_aos(struct gallivm_state * gallivm,const struct pipe_blend_state * blend,enum pipe_format cbuf_format,struct lp_type type,unsigned rt,LLVMValueRef src,LLVMValueRef src_alpha,LLVMValueRef src1,LLVMValueRef src1_alpha,LLVMValueRef dst,LLVMValueRef mask,LLVMValueRef const_,LLVMValueRef const_alpha,const unsigned char swizzle[4],int nr_channels) argument
|
| H A D | lp_state_fs.c | 498 cbuf_format_desc = util_format_description(key->cbuf_format[0]); 2670 if (key->cbuf_format[cbuf] != PIPE_FORMAT_NONE) { 2692 key->cbuf_format[cbuf], 2716 debug_printf("cbuf_format[%u] = %s\n", i, util_format_name(key->cbuf_format[i])); 2849 cbuf0_format_desc = util_format_description(key->cbuf_format[0]); 3254 key->cbuf_format[i] = format; 3313 key->cbuf_format[i] = PIPE_FORMAT_NONE;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_blend.h | 60 enum pipe_format cbuf_format,
|
| H A D | lp_state_fs_fastpath.c | 203 if (variant->key.cbuf_format[0] != PIPE_FORMAT_B8G8R8A8_UNORM && 204 variant->key.cbuf_format[0] != PIPE_FORMAT_B8G8R8X8_UNORM) {
|
| H A D | lp_linear.c | 127 assert(variant->key.cbuf_format[0] == PIPE_FORMAT_B8G8R8X8_UNORM || 128 variant->key.cbuf_format[0] == PIPE_FORMAT_B8G8R8A8_UNORM);
|
| H A D | lp_state_fs.h | 108 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS]; member in struct:lp_fragment_shader_variant_key
|
| H A D | lp_bld_blend_aos.c | 292 * @param cbuf_format format of the colour buffer 310 enum pipe_format cbuf_format, 332 desc = util_format_description(cbuf_format); 308 lp_build_blend_aos(struct gallivm_state * gallivm,const struct pipe_blend_state * blend,enum pipe_format cbuf_format,struct lp_type type,unsigned rt,LLVMValueRef src,LLVMValueRef src_alpha,LLVMValueRef src1,LLVMValueRef src1_alpha,LLVMValueRef dst,LLVMValueRef mask,LLVMValueRef const_,LLVMValueRef const_alpha,const unsigned char swizzle[4],int nr_channels) argument
|
| H A D | lp_state_fs.c | 471 enum pipe_format cbuf_format = key->cbuf_format[cbuf]; local in function:fs_fb_fetch 472 const struct util_format_description* out_format_desc = util_format_description(cbuf_format); 1002 cbuf_format_desc = util_format_description(key->cbuf_format[0]); 3331 if (key->cbuf_format[cbuf] != PIPE_FORMAT_NONE) { 3370 key->cbuf_format[cbuf], 3400 debug_printf("cbuf_format[%u] = %s\n", i, util_format_name(key->cbuf_format[i])); 3616 cbuf0_format_desc = util_format_description(key->cbuf_format[0]); 3684 (key->cbuf_format[ [all...] |
| H A D | lp_state_fs_linear_llvm.c | 230 variant->key.cbuf_format[i],
|
Completed in 17 milliseconds